CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough 圆 MATLAB

搜索资源列表

  1. hough.zip

    0下载:
  2. matlab环境下利用hough变换实现圆检测,matlab environment using hough transform circle detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-01
    • 文件大小:1662
    • 提供者:yangyu
  1. Hough-Circle-Detect.rar

    1下载:
  2. 可以实现对图像中半径不同的圆形图像区域的检测,Radius of the circle of different detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:98924
    • 提供者:polly
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:12263
    • 提供者:郑海珍
  1. hough-Matlab

    5下载:
  2. 利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图-Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2590
    • 提供者:guixuzhen
  1. hough 圆 拟合

    0下载:
  2. HOUGH 检测圆,效果不错的,欢迎下载,matlab版本的
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-21
    • 文件大小:149777
    • 提供者:oyaya990
  1. HoughCode-Matlab

    0下载:
  2. Hough变换提取圆信坐标,半径的Matlab代码,绝对好使,请大家检验。
  3. 所属分类:图形/文字识别

  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:6326
    • 提供者:qinchuanhero
  1. hough

    0下载:
  2. hough变换的matlab源代码,可以提取直线和圆-hough transform matlab source code, can extract lines and circles
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:808
    • 提供者:dan
  1. Houghtransformbymatlab

    0下载:
  2. hough变换的matlab实现用来检测图像中的直线圆等特征-Hough Transform Matlab achieve images used to determine the characteristics of Circle Line
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:795
    • 提供者:dewgjs
  1. Hough-circle-detection

    1下载:
  2. Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:44702
    • 提供者:zxl
  1. HoughForCricle

    0下载:
  2. Hough变换在圆检测中的应用,MATLAB程序源代码。-Hough transform in a round Detection, MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14226
    • 提供者:silen
  1. CircularHough

    0下载:
  2. Circular Hough是Hough Transform for circle detection,霍夫变换用于圆检测的matlab源码,希望对大家有一定帮助-Circular Hough is the Hough Transform for circle detection, Hough transform for circle detection matlab source, and they hope to have everyone must assist
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1983
    • 提供者:miaosiyi
  1. MATLAB

    0下载:
  2. 利用MATLAB实现的一些图像处理程序 有利用HOUGH变换实现圆的检测 也有实现均值处理的以及同台滤波处理还有中值滤波的-The use of MATLAB implementation of a number of image processing procedures have to use HOUGH transform circle detection also realize there is implementation of the deal, as well as the me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4505
    • 提供者:刘东
  1. hough

    0下载:
  2. 用hough监测圆-fdfddffasdghgfsf
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:108997
    • 提供者:李清
  1. yizhongsuijiduotuoyuanjiancedekuaisusuanfa

    0下载:
  2. 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数‰ 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:526578
    • 提供者:刘镖峰
  1. Hough-Circle-Detection

    0下载:
  2. 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:37914
    • 提供者:eddielee
  1. Hough

    0下载:
  2. 利用Hough变换实现半径未知的圆形物体的检测-Use Hough transform to achieve a circular radius of an unknown object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11990
    • 提供者:Beata
  1. hough

    2下载:
  2. 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1161
    • 提供者:huang
  1. hough

    2下载:
  2. hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
  3. 所属分类:matlab例程

    • 发布日期:2013-08-19
    • 文件大小:6250
    • 提供者:武西
  1. hough--line

    1下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
« 12 3 4 »
搜珍网 www.dssz.com